home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7550 < prev    next >
Encoding:
Text File  |  1996-08-05  |  718 b   |  22 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.sfasu.edu!not-for-mail
  3. From: "Michael J.  Cuccia" <z_cucciamj@titan.sfasu.edu>
  4. Subject: Memory problems in BC++3.1 for Win.
  5. Message-ID: <2177cc$c2110.2e@news.sfasu.edu>
  6. Date: Fri, 23 Feb 1996 18:33:16 GMT
  7. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  8. MIME-Version: 1.0
  9. Content-Transfer-Encoding: 7bit
  10. Content-Type: text/plain; charset=us-ascii
  11.  
  12. When I try to run a program under Borland's Turbo C++ for 
  13. Windows 3.1, I get a stack fault when I try to allocate an 
  14. array of only 100 structures of about 20 characters in 
  15. length.  I went to the compile|code generation option and 
  16. made the default memory model LARGE, but that had no 
  17. effect.  Any suggestions?
  18.  
  19. P.S. I have 8 MB RAM.
  20.  
  21.  
  22.